from gittip.utils import get_participant ^L participant = get_participant(request) if POST: participant.deactivate() user = None request.redirect('/') locked = False tip_or_pledge = "tip" title = participant.id # used in the title tag username = participant.id # used in footer shared with on/$platform/ pages github_account, twitter_account = participant.get_accounts_elsewhere() ^L {% extends templates/base.html %} {% block heading %}

Deactivate

{% end %} {% block box %}
  1. Your username will become available to others.
  2. We will disconnect accounts such as Twitter.
  3. We will invalidate your payment credentials.
  4. We will retain your giving and receiving history, so that those you gave to or received from will continue to see a consistent view of their history.

Thanks for giving us a try, and sorry it didn't work out.

{% end %}